home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / bunki.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  191 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("ok.aif")
  3.   set the ink of sprite 4 to 0
  4.   set the castNum of sprite 4 to cast "s800p"
  5.   updateStage()
  6.   repeat while stillDown()
  7.   end repeat
  8.   go(1, "mainb")
  9. end
  10.